home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 1.0 Introduction / 1.0 Introduction / 00340_Script_340 < prev    next >
Text File  |  1994-08-23  |  626b  |  22 lines

  1. -- State Symbols 1
  2.  
  3. global fromPicture
  4. setCursors "5,6,7,9,11,13,15,17,19"
  5.  
  6. if not(fromPicture) then
  7.   hideChannel 8
  8.   hideChannel 10
  9.   hideChannel 12
  10.   hideChannel 14
  11.   hideChannel 16
  12.   hideChannel 18
  13.   hideChannel 20
  14. else
  15.   set fromPicture to false
  16.   if the visibility of sprite 10 = true then setCursor 10
  17.   if the visibility of sprite 12 = true then setCursor 12
  18.   if the visibility of sprite 14 = true then setCursor 14
  19.   if the visibility of sprite 16 = true then setCursor 16
  20.   if the visibility of sprite 18 = true then setCursor 18
  21.   if the visibility of sprite 20 = true then setCursor 20
  22. end if